pub struct ScimCertificate {
pub s256: Vec<u8>,
pub der: Vec<u8>,
}
Fields§
§s256: Vec<u8>
§der: Vec<u8>
Trait Implementations§
Source§impl Clone for ScimCertificate
impl Clone for ScimCertificate
Source§fn clone(&self) -> ScimCertificate
fn clone(&self) -> ScimCertificate
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 ScimCertificate
impl Debug for ScimCertificate
Source§impl Serialize for ScimCertificate
impl Serialize for ScimCertificate
Auto Trait Implementations§
impl Freeze for ScimCertificate
impl RefUnwindSafe for ScimCertificate
impl Send for ScimCertificate
impl Sync for ScimCertificate
impl Unpin for ScimCertificate
impl UnwindSafe for ScimCertificate
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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