pub struct Auth {
pub caps: Rcan<Caps>,
}Expand description
Authentication on first request
Fields§
§caps: Rcan<Caps>Trait Implementations§
Source§impl Channels<ClientHostProtocol> for Auth
impl Channels<ClientHostProtocol> for Auth
Source§impl Channels<IrohServicesProtocol> for Auth
impl Channels<IrohServicesProtocol> for Auth
Source§impl<'de> Deserialize<'de> for Auth
impl<'de> Deserialize<'de> for Auth
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<Auth> for ClientHostProtocol
impl From<Auth> for ClientHostProtocol
Source§impl From<Auth> for IrohServicesProtocol
impl From<Auth> for IrohServicesProtocol
Auto Trait Implementations§
impl Freeze for Auth
impl RefUnwindSafe for Auth
impl Send for Auth
impl Sync for Auth
impl Unpin for Auth
impl UnwindSafe for Auth
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