pub struct SecurityTypes(pub Vec<SecurityType>);Tuple Fields§
§0: Vec<SecurityType>Trait Implementations§
Source§impl Clone for SecurityTypes
impl Clone for SecurityTypes
Source§fn clone(&self) -> SecurityTypes
fn clone(&self) -> SecurityTypes
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 SecurityTypes
impl Debug for SecurityTypes
Source§impl WriteMessage for SecurityTypes
impl WriteMessage for SecurityTypes
Auto Trait Implementations§
impl Freeze for SecurityTypes
impl RefUnwindSafe for SecurityTypes
impl Send for SecurityTypes
impl Sync for SecurityTypes
impl Unpin for SecurityTypes
impl UnwindSafe for SecurityTypes
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