pub struct ConditionalComment(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ConditionalComment
impl Clone for ConditionalComment
Source§fn clone(&self) -> ConditionalComment
fn clone(&self) -> ConditionalComment
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 ConditionalComment
impl Debug for ConditionalComment
Source§impl Default for ConditionalComment
impl Default for ConditionalComment
Source§fn default() -> ConditionalComment
fn default() -> ConditionalComment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConditionalComment
impl<'de> Deserialize<'de> for ConditionalComment
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 From<ConditionalComment> for MjRawChild
impl From<ConditionalComment> for MjRawChild
Source§fn from(v: ConditionalComment) -> MjRawChild
fn from(v: ConditionalComment) -> MjRawChild
Converts to this type from the input type.
Source§impl Printable for ConditionalComment
impl Printable for ConditionalComment
Source§impl Serialize for ConditionalComment
impl Serialize for ConditionalComment
Source§impl TryInto<ConditionalComment> for MjRawChild
impl TryInto<ConditionalComment> for MjRawChild
Auto Trait Implementations§
impl Freeze for ConditionalComment
impl RefUnwindSafe for ConditionalComment
impl Send for ConditionalComment
impl Sync for ConditionalComment
impl Unpin for ConditionalComment
impl UnwindSafe for ConditionalComment
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