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