pub struct UserIdNode { /* private fields */ }
Implementations§
Source§impl UserIdNode
impl UserIdNode
pub fn new(strategy: IdStrategy, seen_at: u64) -> Self
pub fn with_asset_id( &mut self, asset_id: impl Into<Option<String>>, ) -> &mut Self
pub fn get_node_key(&self) -> &str
pub fn clone_node_key(&self) -> String
pub fn into_dyn_node(self) -> DynamicNode
Trait Implementations§
Source§impl AsMut<DynamicNode> for UserIdNode
impl AsMut<DynamicNode> for UserIdNode
Source§fn as_mut(&mut self) -> &mut DynamicNode
fn as_mut(&mut self) -> &mut DynamicNode
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<DynamicNode> for UserIdNode
impl AsRef<DynamicNode> for UserIdNode
Source§fn as_ref(&self) -> &DynamicNode
fn as_ref(&self) -> &DynamicNode
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for UserIdNode
impl Clone for UserIdNode
Source§fn clone(&self) -> UserIdNode
fn clone(&self) -> UserIdNode
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 UserIdNode
impl Debug for UserIdNode
Source§impl IUserIdNode for UserIdNode
impl IUserIdNode for UserIdNode
fn get_mut_dynamic_node(&mut self) -> &mut DynamicNode
fn with_user_id(&mut self, user_id: impl Into<u64>) -> &mut Self
Source§impl Into<DynamicNode> for UserIdNode
impl Into<DynamicNode> for UserIdNode
Source§fn into(self) -> DynamicNode
fn into(self) -> DynamicNode
Converts this type into the (usually inferred) input type.
Source§impl Into<NodeDescription> for &UserIdNode
impl Into<NodeDescription> for &UserIdNode
Source§fn into(self) -> NodeDescription
fn into(self) -> NodeDescription
Converts this type into the (usually inferred) input type.
Source§impl Into<NodeDescription> for &mut UserIdNode
impl Into<NodeDescription> for &mut UserIdNode
Source§fn into(self) -> NodeDescription
fn into(self) -> NodeDescription
Converts this type into the (usually inferred) input type.
Source§impl Into<NodeDescription> for UserIdNode
impl Into<NodeDescription> for UserIdNode
Source§fn into(self) -> NodeDescription
fn into(self) -> NodeDescription
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for UserIdNode
impl RefUnwindSafe for UserIdNode
impl Send for UserIdNode
impl Sync for UserIdNode
impl Unpin for UserIdNode
impl UnwindSafe for UserIdNode
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