pub struct SBFileSpec {
pub raw: SBFileSpecRef,
}
Expand description
A file specification that divides the path into a directory and basename.
The string values of the paths are put into uniqued string pools for fast comparisons and efficient memory usage.
Fields§
§raw: SBFileSpecRef
The underlying raw SBFileSpecRef
.
Implementations§
Source§impl SBFileSpec
impl SBFileSpec
Trait Implementations§
Source§impl Clone for SBFileSpec
impl Clone for SBFileSpec
Source§fn clone(&self) -> SBFileSpec
fn clone(&self) -> SBFileSpec
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 SBFileSpec
impl Debug for SBFileSpec
Source§impl Drop for SBFileSpec
impl Drop for SBFileSpec
impl Send for SBFileSpec
impl Sync for SBFileSpec
Auto Trait Implementations§
impl Freeze for SBFileSpec
impl RefUnwindSafe for SBFileSpec
impl Unpin for SBFileSpec
impl UnwindSafe for SBFileSpec
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