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