pub struct SecurityDocument {
pub admins: SecurityGroup,
pub members: SecurityGroup,
}Fields§
§admins: SecurityGroup§members: SecurityGroupTrait Implementations§
Source§impl Clone for SecurityDocument
impl Clone for SecurityDocument
Source§fn clone(&self) -> SecurityDocument
fn clone(&self) -> SecurityDocument
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 SecurityDocument
impl Debug for SecurityDocument
Source§impl Default for SecurityDocument
impl Default for SecurityDocument
Source§fn default() -> SecurityDocument
fn default() -> SecurityDocument
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecurityDocument
impl<'de> Deserialize<'de> for SecurityDocument
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 SecurityDocument
impl RefUnwindSafe for SecurityDocument
impl Send for SecurityDocument
impl Sync for SecurityDocument
impl Unpin for SecurityDocument
impl UnwindSafe for SecurityDocument
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