Struct polywrap_plugin::WithComment
source · pub struct WithComment {
pub comment: Option<String>,
}Fields§
§comment: Option<String>Trait Implementations§
source§impl Clone for WithComment
impl Clone for WithComment
source§fn clone(&self) -> WithComment
fn clone(&self) -> WithComment
Returns a copy 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 WithComment
impl Debug for WithComment
source§impl Default for WithComment
impl Default for WithComment
source§fn default() -> WithComment
fn default() -> WithComment
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WithComment
impl<'de> Deserialize<'de> for WithComment
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<WithComment, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<WithComment, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for WithComment
impl PartialEq for WithComment
source§fn eq(&self, other: &WithComment) -> bool
fn eq(&self, other: &WithComment) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for WithComment
impl Serialize for WithComment
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for WithComment
Auto Trait Implementations§
impl RefUnwindSafe for WithComment
impl Send for WithComment
impl Sync for WithComment
impl Unpin for WithComment
impl UnwindSafe for WithComment
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