pub struct GroupSamlSourceConnection {
pub pk: i32,
pub group: Uuid,
pub source: Uuid,
pub source_obj: Source,
pub identifier: String,
pub created: String,
pub last_updated: String,
}
Expand description
GroupSamlSourceConnection : Group Source Connection
Fields§
§pk: i32
§group: Uuid
§source: Uuid
§source_obj: Source
§identifier: String
§created: String
§last_updated: String
Implementations§
Trait Implementations§
Source§impl Clone for GroupSamlSourceConnection
impl Clone for GroupSamlSourceConnection
Source§fn clone(&self) -> GroupSamlSourceConnection
fn clone(&self) -> GroupSamlSourceConnection
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 GroupSamlSourceConnection
impl Debug for GroupSamlSourceConnection
Source§impl Default for GroupSamlSourceConnection
impl Default for GroupSamlSourceConnection
Source§fn default() -> GroupSamlSourceConnection
fn default() -> GroupSamlSourceConnection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GroupSamlSourceConnection
impl<'de> Deserialize<'de> for GroupSamlSourceConnection
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
impl StructuralPartialEq for GroupSamlSourceConnection
Auto Trait Implementations§
impl Freeze for GroupSamlSourceConnection
impl RefUnwindSafe for GroupSamlSourceConnection
impl Send for GroupSamlSourceConnection
impl Sync for GroupSamlSourceConnection
impl Unpin for GroupSamlSourceConnection
impl UnwindSafe for GroupSamlSourceConnection
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