pub struct AuthorizationRequiredError(pub KontextError);Tuple Fields§
§0: KontextErrorImplementations§
Trait Implementations§
Source§impl Clone for AuthorizationRequiredError
impl Clone for AuthorizationRequiredError
Source§fn clone(&self) -> AuthorizationRequiredError
fn clone(&self) -> AuthorizationRequiredError
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 AuthorizationRequiredError
impl Debug for AuthorizationRequiredError
Source§impl<'de> Deserialize<'de> for AuthorizationRequiredError
impl<'de> Deserialize<'de> for AuthorizationRequiredError
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 StructuralPartialEq for AuthorizationRequiredError
Auto Trait Implementations§
impl Freeze for AuthorizationRequiredError
impl RefUnwindSafe for AuthorizationRequiredError
impl Send for AuthorizationRequiredError
impl Sync for AuthorizationRequiredError
impl Unpin for AuthorizationRequiredError
impl UnsafeUnpin for AuthorizationRequiredError
impl UnwindSafe for AuthorizationRequiredError
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