pub struct IdentityBinding {
pub requires: Vec<IdentityScope>,
pub optional: Vec<IdentityScope>,
}Fields§
§requires: Vec<IdentityScope>§optional: Vec<IdentityScope>Trait Implementations§
Source§impl Clone for IdentityBinding
impl Clone for IdentityBinding
Source§fn clone(&self) -> IdentityBinding
fn clone(&self) -> IdentityBinding
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 IdentityBinding
impl Debug for IdentityBinding
Source§impl<'de> Deserialize<'de> for IdentityBinding
impl<'de> Deserialize<'de> for IdentityBinding
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 IdentityBinding
impl PartialEq for IdentityBinding
Source§fn eq(&self, other: &IdentityBinding) -> bool
fn eq(&self, other: &IdentityBinding) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IdentityBinding
impl Serialize for IdentityBinding
impl StructuralPartialEq for IdentityBinding
Auto Trait Implementations§
impl Freeze for IdentityBinding
impl RefUnwindSafe for IdentityBinding
impl Send for IdentityBinding
impl Sync for IdentityBinding
impl Unpin for IdentityBinding
impl UnsafeUnpin for IdentityBinding
impl UnwindSafe for IdentityBinding
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