pub enum PermissionApprovedForLocationKind {
ApprovedForLocation,
}Expand description
Approved and persisted for this project location
Variants§
ApprovedForLocation
Trait Implementations§
Source§impl Clone for PermissionApprovedForLocationKind
impl Clone for PermissionApprovedForLocationKind
Source§fn clone(&self) -> PermissionApprovedForLocationKind
fn clone(&self) -> PermissionApprovedForLocationKind
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<'de> Deserialize<'de> for PermissionApprovedForLocationKind
impl<'de> Deserialize<'de> for PermissionApprovedForLocationKind
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 PermissionApprovedForLocationKind
impl PartialEq for PermissionApprovedForLocationKind
Source§fn eq(&self, other: &PermissionApprovedForLocationKind) -> bool
fn eq(&self, other: &PermissionApprovedForLocationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PermissionApprovedForLocationKind
impl StructuralPartialEq for PermissionApprovedForLocationKind
Auto Trait Implementations§
impl Freeze for PermissionApprovedForLocationKind
impl RefUnwindSafe for PermissionApprovedForLocationKind
impl Send for PermissionApprovedForLocationKind
impl Sync for PermissionApprovedForLocationKind
impl Unpin for PermissionApprovedForLocationKind
impl UnsafeUnpin for PermissionApprovedForLocationKind
impl UnwindSafe for PermissionApprovedForLocationKind
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