Struct cosmic_universe::HYPERUSER
source · [−]pub struct HYPERUSER { /* private fields */ }Methods from Deref<Target = Point>
pub fn parent(&self) -> Option<PointDef<Route, Seg>>
pub fn last_segment(&self) -> Option<Seg>
pub fn is_root(&self) -> bool
pub fn to_agent(&self) -> Agent
pub fn is_global(&self) -> bool
pub fn is_parent_of(&self, point: &Point) -> bool
pub fn is_parent(&self, child: &Point) -> Result<(), ()>
pub fn is_normalized(&self) -> bool
pub fn has_bundle(&self) -> bool
pub fn to_safe_filename(&self) -> String
pub fn has_filesystem(&self) -> bool
pub fn is_artifact_bundle_part(&self) -> bool
pub fn is_artifact(&self) -> bool
pub fn is_artifact_bundle(&self) -> bool
pub fn pop(&self) -> Self
pub fn push<S: ToString>(&self, segment: S) -> Result<Self, UniErr>
pub fn push_file(&self, segment: String) -> Result<Self, UniErr>
pub fn push_segment(&self, segment: PointSeg) -> Result<Self, UniErr>
pub fn filepath(&self) -> Option<String>
pub fn is_filesystem_ref(&self) -> bool
pub fn to_string_impl(&self, show_route: bool) -> String
pub fn is_local_root(&self) -> bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HYPERUSER
impl Send for HYPERUSER
impl Sync for HYPERUSER
impl Unpin for HYPERUSER
impl UnwindSafe for HYPERUSER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<I, T> ExtractContext<I, ()> for T
impl<I, T> ExtractContext<I, ()> for T
sourcefn extract_context(self, _original_input: I)
fn extract_context(self, _original_input: I)
Given the context attached to a nom error, and given the original
input to the nom parser, extract more the useful context information. Read more
sourceimpl<I> RecreateContext<I> for I
impl<I> RecreateContext<I> for I
sourcefn recreate_context(_original_input: I, tail: I) -> I
fn recreate_context(_original_input: I, tail: I) -> I
Given the original input, as well as the context reported by nom,
recreate a context in the original string where the error occurred. Read more