pub struct SamlInstant(/* private fields */);Expand description
SAML instant text carried in pending snapshots and parsed results.
Implementations§
Trait Implementations§
Source§impl Clone for SamlInstant
impl Clone for SamlInstant
Source§fn clone(&self) -> SamlInstant
fn clone(&self) -> SamlInstant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SamlInstant
impl Debug for SamlInstant
impl Eq for SamlInstant
Source§impl Hash for SamlInstant
impl Hash for SamlInstant
Source§impl PartialEq for SamlInstant
impl PartialEq for SamlInstant
impl StructuralPartialEq for SamlInstant
Auto Trait Implementations§
impl Freeze for SamlInstant
impl RefUnwindSafe for SamlInstant
impl Send for SamlInstant
impl Sync for SamlInstant
impl Unpin for SamlInstant
impl UnsafeUnpin for SamlInstant
impl UnwindSafe for SamlInstant
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