pub struct UserSamlSourceConnection {
pub pk: i32,
pub user: i32,
pub source: Box<Source>,
pub identifier: String,
}
Expand description
UserSamlSourceConnection : SAML Source Serializer
Fields§
§pk: i32
§user: i32
§source: Box<Source>
§identifier: String
Implementations§
Trait Implementations§
Source§impl Clone for UserSamlSourceConnection
impl Clone for UserSamlSourceConnection
Source§fn clone(&self) -> UserSamlSourceConnection
fn clone(&self) -> UserSamlSourceConnection
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 UserSamlSourceConnection
impl Debug for UserSamlSourceConnection
Source§impl Default for UserSamlSourceConnection
impl Default for UserSamlSourceConnection
Source§fn default() -> UserSamlSourceConnection
fn default() -> UserSamlSourceConnection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserSamlSourceConnection
impl<'de> Deserialize<'de> for UserSamlSourceConnection
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
Source§impl PartialEq for UserSamlSourceConnection
impl PartialEq for UserSamlSourceConnection
Source§impl Serialize for UserSamlSourceConnection
impl Serialize for UserSamlSourceConnection
impl StructuralPartialEq for UserSamlSourceConnection
Auto Trait Implementations§
impl Freeze for UserSamlSourceConnection
impl RefUnwindSafe for UserSamlSourceConnection
impl Send for UserSamlSourceConnection
impl Sync for UserSamlSourceConnection
impl Unpin for UserSamlSourceConnection
impl UnwindSafe for UserSamlSourceConnection
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