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