pub struct SystemPathHeader { /* private fields */ }Expand description
The header for a system path
Implementations§
Source§impl SystemPathHeader
impl SystemPathHeader
Sourcepub fn from_path(sys: &ActorPath) -> SystemPathHeader
pub fn from_path(sys: &ActorPath) -> SystemPathHeader
Create header from an actor path
Sourcepub fn from_system(sys: &SystemPath) -> SystemPathHeader
pub fn from_system(sys: &SystemPath) -> SystemPathHeader
Create header from a system path
Trait Implementations§
Source§impl Debug for SystemPathHeader
impl Debug for SystemPathHeader
Auto Trait Implementations§
impl Freeze for SystemPathHeader
impl RefUnwindSafe for SystemPathHeader
impl Send for SystemPathHeader
impl Sync for SystemPathHeader
impl Unpin for SystemPathHeader
impl UnsafeUnpin for SystemPathHeader
impl UnwindSafe for SystemPathHeader
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