pub struct BytesTypeNode {}Implementations§
Source§impl BytesTypeNode
impl BytesTypeNode
pub fn new() -> BytesTypeNode
Trait Implementations§
Source§impl Clone for BytesTypeNode
impl Clone for BytesTypeNode
Source§fn clone(&self) -> BytesTypeNode
fn clone(&self) -> BytesTypeNode
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 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<BytesTypeNode, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BytesTypeNode, <__D as Deserializer<'de>>::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) -> Node
fn from(val: BytesTypeNode) -> Node
Converts to this type from the input type.
Source§impl From<BytesTypeNode> for RegisteredTypeNode
impl From<BytesTypeNode> for RegisteredTypeNode
Source§fn from(value: BytesTypeNode) -> RegisteredTypeNode
fn from(value: BytesTypeNode) -> RegisteredTypeNode
Converts to this type from the input type.
Source§impl From<BytesTypeNode> for TypeNode
impl From<BytesTypeNode> for TypeNode
Source§fn from(value: BytesTypeNode) -> TypeNode
fn from(value: BytesTypeNode) -> TypeNode
Converts to this type from the input type.
Source§impl NodeTrait for BytesTypeNode
impl NodeTrait for BytesTypeNode
Source§impl PartialEq for BytesTypeNode
impl PartialEq for BytesTypeNode
Source§impl Serialize for BytesTypeNode
impl Serialize for BytesTypeNode
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
Source§impl TypeNodeTrait for BytesTypeNode
impl TypeNodeTrait for BytesTypeNode
fn try_from_type_node(node: TypeNode) -> Result<BytesTypeNode, CodamaError>
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