pub struct PrincipalFacet {
pub fields: BTreeMap<String, Value>,
}Fields§
§fields: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for PrincipalFacet
impl Clone for PrincipalFacet
Source§fn clone(&self) -> PrincipalFacet
fn clone(&self) -> PrincipalFacet
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 PrincipalFacet
impl Debug for PrincipalFacet
Source§impl Default for PrincipalFacet
impl Default for PrincipalFacet
Source§fn default() -> PrincipalFacet
fn default() -> PrincipalFacet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrincipalFacet
impl<'de> Deserialize<'de> for PrincipalFacet
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 PrincipalFacet
impl PartialEq for PrincipalFacet
Source§impl Serialize for PrincipalFacet
impl Serialize for PrincipalFacet
impl StructuralPartialEq for PrincipalFacet
Auto Trait Implementations§
impl Freeze for PrincipalFacet
impl RefUnwindSafe for PrincipalFacet
impl Send for PrincipalFacet
impl Sync for PrincipalFacet
impl Unpin for PrincipalFacet
impl UnsafeUnpin for PrincipalFacet
impl UnwindSafe for PrincipalFacet
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