pub struct NoPermissionForPinOperation {
pub errors: Vec<String>,
pub error_data: NoPermissionForPinOperationData,
}Expand description
Нет доступа для операции
Fields§
§errors: Vec<String>Список ошибок
error_data: NoPermissionForPinOperationDataДополнительная информация об ошибке
Trait Implementations§
Source§impl Clone for NoPermissionForPinOperation
impl Clone for NoPermissionForPinOperation
Source§fn clone(&self) -> NoPermissionForPinOperation
fn clone(&self) -> NoPermissionForPinOperation
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 NoPermissionForPinOperation
impl Debug for NoPermissionForPinOperation
Source§impl<'de> Deserialize<'de> for NoPermissionForPinOperation
impl<'de> Deserialize<'de> for NoPermissionForPinOperation
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 NoPermissionForPinOperation
impl RefUnwindSafe for NoPermissionForPinOperation
impl Send for NoPermissionForPinOperation
impl Sync for NoPermissionForPinOperation
impl Unpin for NoPermissionForPinOperation
impl UnwindSafe for NoPermissionForPinOperation
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