pub struct RemainderCountNode {}Implementations§
Source§impl RemainderCountNode
impl RemainderCountNode
pub fn new() -> RemainderCountNode
Trait Implementations§
Source§impl Clone for RemainderCountNode
impl Clone for RemainderCountNode
Source§fn clone(&self) -> RemainderCountNode
fn clone(&self) -> RemainderCountNode
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 RemainderCountNode
impl Debug for RemainderCountNode
Source§impl Default for RemainderCountNode
impl Default for RemainderCountNode
Source§fn default() -> RemainderCountNode
fn default() -> RemainderCountNode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemainderCountNode
impl<'de> Deserialize<'de> for RemainderCountNode
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RemainderCountNode, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RemainderCountNode, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<RemainderCountNode> for CountNode
impl From<RemainderCountNode> for CountNode
Source§fn from(value: RemainderCountNode) -> CountNode
fn from(value: RemainderCountNode) -> CountNode
Converts to this type from the input type.
Source§impl From<RemainderCountNode> for Node
impl From<RemainderCountNode> for Node
Source§fn from(val: RemainderCountNode) -> Node
fn from(val: RemainderCountNode) -> Node
Converts to this type from the input type.
Source§impl NodeTrait for RemainderCountNode
impl NodeTrait for RemainderCountNode
Source§impl PartialEq for RemainderCountNode
impl PartialEq for RemainderCountNode
Source§impl Serialize for RemainderCountNode
impl Serialize for RemainderCountNode
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 RemainderCountNode
Auto Trait Implementations§
impl Freeze for RemainderCountNode
impl RefUnwindSafe for RemainderCountNode
impl Send for RemainderCountNode
impl Sync for RemainderCountNode
impl Unpin for RemainderCountNode
impl UnwindSafe for RemainderCountNode
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