pub struct RefreshSecretV0(/* private fields */);
Expand description
the second tuple member is only set when a write_cap refresh is performed, and for users that are Editor (any Member that also has at least one permission, plus all the Owners)
Trait Implementations§
Source§impl Clone for RefreshSecretV0
impl Clone for RefreshSecretV0
Source§fn clone(&self) -> RefreshSecretV0
fn clone(&self) -> RefreshSecretV0
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 RefreshSecretV0
impl Debug for RefreshSecretV0
Source§impl<'de> Deserialize<'de> for RefreshSecretV0
impl<'de> Deserialize<'de> for RefreshSecretV0
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 RefreshSecretV0
impl PartialEq for RefreshSecretV0
Source§impl Serialize for RefreshSecretV0
impl Serialize for RefreshSecretV0
impl Eq for RefreshSecretV0
impl StructuralPartialEq for RefreshSecretV0
Auto Trait Implementations§
impl Freeze for RefreshSecretV0
impl RefUnwindSafe for RefreshSecretV0
impl Send for RefreshSecretV0
impl Sync for RefreshSecretV0
impl Unpin for RefreshSecretV0
impl UnwindSafe for RefreshSecretV0
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