pub struct FileEdge {
pub name: String,
pub file_node_id: LiveId,
}Fields§
§name: String§file_node_id: LiveIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for FileEdge
impl RefUnwindSafe for FileEdge
impl Send for FileEdge
impl Sync for FileEdge
impl Unpin for FileEdge
impl UnsafeUnpin for FileEdge
impl UnwindSafe for FileEdge
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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