Struct bonsaidb_core::networking::AssumeIdentity
source · pub struct AssumeIdentity(pub IdentityReference<'static>);
Expand description
Assume an identity.
Tuple Fields§
§0: IdentityReference<'static>
Trait Implementations§
source§impl Api for AssumeIdentity
impl Api for AssumeIdentity
source§impl Clone for AssumeIdentity
impl Clone for AssumeIdentity
source§fn clone(&self) -> AssumeIdentity
fn clone(&self) -> AssumeIdentity
Returns a copy 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 AssumeIdentity
impl Debug for AssumeIdentity
source§impl<'de> Deserialize<'de> for AssumeIdentity
impl<'de> Deserialize<'de> for AssumeIdentity
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
Auto Trait Implementations§
impl RefUnwindSafe for AssumeIdentity
impl Send for AssumeIdentity
impl Sync for AssumeIdentity
impl Unpin for AssumeIdentity
impl UnwindSafe for AssumeIdentity
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