pub struct CodeErrorPermissionViolation {
pub type_: Option<String>,
pub subject: Option<String>,
pub description: Option<String>,
}Fields§
§type_: Option<String>§subject: Option<String>§description: Option<String>Trait Implementations§
Source§impl Clone for CodeErrorPermissionViolation
impl Clone for CodeErrorPermissionViolation
Source§fn clone(&self) -> CodeErrorPermissionViolation
fn clone(&self) -> CodeErrorPermissionViolation
Returns a duplicate of the value. Read more
1.0.0 · 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 CodeErrorPermissionViolation
impl Debug for CodeErrorPermissionViolation
Source§impl<'de> Deserialize<'de> for CodeErrorPermissionViolation
impl<'de> Deserialize<'de> for CodeErrorPermissionViolation
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
Auto Trait Implementations§
impl Freeze for CodeErrorPermissionViolation
impl RefUnwindSafe for CodeErrorPermissionViolation
impl Send for CodeErrorPermissionViolation
impl Sync for CodeErrorPermissionViolation
impl Unpin for CodeErrorPermissionViolation
impl UnwindSafe for CodeErrorPermissionViolation
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