Struct makepad_widgets::file_tree::FileNodeId
source · pub struct FileNodeId(pub LiveId);
Tuple Fields§
§0: LiveId
Trait Implementations§
source§impl Clone for FileNodeId
impl Clone for FileNodeId
source§fn clone(&self) -> FileNodeId
fn clone(&self) -> FileNodeId
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 FileNodeId
impl Debug for FileNodeId
source§impl Default for FileNodeId
impl Default for FileNodeId
source§fn default() -> FileNodeId
fn default() -> FileNodeId
Returns the “default value” for a type. Read more
source§impl From<LiveId> for FileNodeId
impl From<LiveId> for FileNodeId
source§fn from(live_id: LiveId) -> FileNodeId
fn from(live_id: LiveId) -> FileNodeId
Converts to this type from the input type.
source§impl From<u64> for FileNodeId
impl From<u64> for FileNodeId
source§fn from(live_id: u64) -> FileNodeId
fn from(live_id: u64) -> FileNodeId
Converts to this type from the input type.
source§impl Hash for FileNodeId
impl Hash for FileNodeId
source§impl PartialEq<FileNodeId> for FileNodeId
impl PartialEq<FileNodeId> for FileNodeId
source§fn eq(&self, other: &FileNodeId) -> bool
fn eq(&self, other: &FileNodeId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FileNodeId
impl Eq for FileNodeId
impl StructuralEq for FileNodeId
impl StructuralPartialEq for FileNodeId
Auto Trait Implementations§
impl RefUnwindSafe for FileNodeId
impl Send for FileNodeId
impl Sync for FileNodeId
impl Unpin for FileNodeId
impl UnwindSafe for FileNodeId
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