pub struct TbdVersion4AllowableClient { /* private fields */ }
Expand description
An allowable client in a TBD version 4 data structure.
Trait Implementations§
Source§impl Clone for TbdVersion4AllowableClient
impl Clone for TbdVersion4AllowableClient
Source§fn clone(&self) -> TbdVersion4AllowableClient
fn clone(&self) -> TbdVersion4AllowableClient
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 TbdVersion4AllowableClient
impl Debug for TbdVersion4AllowableClient
Source§impl<'de> Deserialize<'de> for TbdVersion4AllowableClient
impl<'de> Deserialize<'de> for TbdVersion4AllowableClient
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 Freeze for TbdVersion4AllowableClient
impl RefUnwindSafe for TbdVersion4AllowableClient
impl Send for TbdVersion4AllowableClient
impl Sync for TbdVersion4AllowableClient
impl Unpin for TbdVersion4AllowableClient
impl UnwindSafe for TbdVersion4AllowableClient
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