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