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