pub struct UnwrapTokenOutput {
pub value: Option<String>,
}Fields§
§value: Option<String>Implementations§
Source§impl UnwrapTokenOutput
impl UnwrapTokenOutput
pub fn new() -> UnwrapTokenOutput
Trait Implementations§
Source§impl Clone for UnwrapTokenOutput
impl Clone for UnwrapTokenOutput
Source§fn clone(&self) -> UnwrapTokenOutput
fn clone(&self) -> UnwrapTokenOutput
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 UnwrapTokenOutput
impl Debug for UnwrapTokenOutput
Source§impl Default for UnwrapTokenOutput
impl Default for UnwrapTokenOutput
Source§fn default() -> UnwrapTokenOutput
fn default() -> UnwrapTokenOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnwrapTokenOutput
impl<'de> Deserialize<'de> for UnwrapTokenOutput
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 UnwrapTokenOutput
impl PartialEq for UnwrapTokenOutput
Source§fn eq(&self, other: &UnwrapTokenOutput) -> bool
fn eq(&self, other: &UnwrapTokenOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UnwrapTokenOutput
impl Serialize for UnwrapTokenOutput
impl StructuralPartialEq for UnwrapTokenOutput
Auto Trait Implementations§
impl Freeze for UnwrapTokenOutput
impl RefUnwindSafe for UnwrapTokenOutput
impl Send for UnwrapTokenOutput
impl Sync for UnwrapTokenOutput
impl Unpin for UnwrapTokenOutput
impl UnsafeUnpin for UnwrapTokenOutput
impl UnwindSafe for UnwrapTokenOutput
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