pub struct ServerSignatures;
Available on crate feature
api
only.Expand description
Authentication is performed by including X-Matrix signatures in the request headers, as defined in the federation API.
Trait Implementations§
Source§impl AuthScheme for ServerSignatures
impl AuthScheme for ServerSignatures
The
Authorization
HTTP header to add to an outgoing request with this scheme. Read moreSource§impl Clone for ServerSignatures
impl Clone for ServerSignatures
Source§fn clone(&self) -> ServerSignatures
fn clone(&self) -> ServerSignatures
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ServerSignatures
impl Debug for ServerSignatures
Source§impl Default for ServerSignatures
impl Default for ServerSignatures
Source§fn default() -> ServerSignatures
fn default() -> ServerSignatures
Returns the “default value” for a type. Read more
impl Copy for ServerSignatures
Auto Trait Implementations§
impl Freeze for ServerSignatures
impl RefUnwindSafe for ServerSignatures
impl Send for ServerSignatures
impl Sync for ServerSignatures
impl Unpin for ServerSignatures
impl UnwindSafe for ServerSignatures
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more