pub struct Unreadable {
pub reason: Option<String>,
}Fields§
§reason: Option<String>Implementations§
Source§impl Unreadable
impl Unreadable
pub fn new() -> Unreadable
Trait Implementations§
Source§impl Clone for Unreadable
impl Clone for Unreadable
Source§fn clone(&self) -> Unreadable
fn clone(&self) -> Unreadable
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 Unreadable
impl Debug for Unreadable
Source§impl Default for Unreadable
impl Default for Unreadable
Source§fn default() -> Unreadable
fn default() -> Unreadable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Unreadable
impl<'de> Deserialize<'de> for Unreadable
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
Source§impl PartialEq for Unreadable
impl PartialEq for Unreadable
Source§impl Serialize for Unreadable
impl Serialize for Unreadable
impl StructuralPartialEq for Unreadable
Auto Trait Implementations§
impl Freeze for Unreadable
impl RefUnwindSafe for Unreadable
impl Send for Unreadable
impl Sync for Unreadable
impl Unpin for Unreadable
impl UnsafeUnpin for Unreadable
impl UnwindSafe for Unreadable
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