pub struct Permit {
pub read: bool,
pub write: bool,
pub append: bool,
pub permit: bool,
pub read_times: bool,
pub write_times: bool,
pub link: bool,
}Fields§
§read: bool§write: bool§append: bool§permit: bool§read_times: bool§write_times: bool§link: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Permit
impl<'de> Deserialize<'de> for Permit
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
impl Copy for Permit
impl Eq for Permit
impl StructuralPartialEq for Permit
Auto Trait Implementations§
impl Freeze for Permit
impl RefUnwindSafe for Permit
impl Send for Permit
impl Sync for Permit
impl Unpin for Permit
impl UnsafeUnpin for Permit
impl UnwindSafe for Permit
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