pub struct BytesTypeNode {}Implementations§
Source§impl BytesTypeNode
 
impl BytesTypeNode
Trait Implementations§
Source§impl Clone for BytesTypeNode
 
impl Clone for BytesTypeNode
Source§fn clone(&self) -> BytesTypeNode
 
fn clone(&self) -> BytesTypeNode
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 BytesTypeNode
 
impl Debug for BytesTypeNode
Source§impl Default for BytesTypeNode
 
impl Default for BytesTypeNode
Source§fn default() -> BytesTypeNode
 
fn default() -> BytesTypeNode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BytesTypeNode
 
impl<'de> Deserialize<'de> for BytesTypeNode
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<BytesTypeNode> for Node
 
impl From<BytesTypeNode> for Node
Source§fn from(val: BytesTypeNode) -> Self
 
fn from(val: BytesTypeNode) -> Self
Converts to this type from the input type.
Source§impl From<BytesTypeNode> for RegisteredTypeNode
 
impl From<BytesTypeNode> for RegisteredTypeNode
Source§fn from(value: BytesTypeNode) -> Self
 
fn from(value: BytesTypeNode) -> Self
Converts to this type from the input type.
Source§impl From<BytesTypeNode> for TypeNode
 
impl From<BytesTypeNode> for TypeNode
Source§fn from(value: BytesTypeNode) -> Self
 
fn from(value: BytesTypeNode) -> Self
Converts to this type from the input type.
Source§impl NodeTrait for BytesTypeNode
 
impl NodeTrait for BytesTypeNode
const KIND: &'static str = "bytesTypeNode"
fn to_json(&self) -> CodamaResult<String>
fn to_json_pretty(&self) -> CodamaResult<String>
fn from_json(json: &str) -> CodamaResult<Self>
Source§impl PartialEq for BytesTypeNode
 
impl PartialEq for BytesTypeNode
Source§impl Serialize for BytesTypeNode
 
impl Serialize for BytesTypeNode
Source§impl TypeNodeTrait for BytesTypeNode
 
impl TypeNodeTrait for BytesTypeNode
fn try_from_type_node(node: TypeNode) -> CodamaResult<Self>
fn into_type_node(self) -> TypeNode
impl StructuralPartialEq for BytesTypeNode
Auto Trait Implementations§
impl Freeze for BytesTypeNode
impl RefUnwindSafe for BytesTypeNode
impl Send for BytesTypeNode
impl Sync for BytesTypeNode
impl Unpin for BytesTypeNode
impl UnwindSafe for BytesTypeNode
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