pub struct TsConfigInclude(/* private fields */);Implementations§
Source§impl TsConfigInclude
impl TsConfigInclude
Sourcepub fn new(input: &str) -> Result<Self, TsConfigTextError>
pub fn new(input: &str) -> Result<Self, TsConfigTextError>
Creates non-empty tsconfig metadata text.
§Errors
Returns TsConfigTextError::Empty when input is empty after trimming.
Trait Implementations§
Source§impl Clone for TsConfigInclude
impl Clone for TsConfigInclude
Source§fn clone(&self) -> TsConfigInclude
fn clone(&self) -> TsConfigInclude
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 TsConfigInclude
impl Debug for TsConfigInclude
Source§impl Display for TsConfigInclude
impl Display for TsConfigInclude
Source§impl Hash for TsConfigInclude
impl Hash for TsConfigInclude
Source§impl Ord for TsConfigInclude
impl Ord for TsConfigInclude
Source§fn cmp(&self, other: &TsConfigInclude) -> Ordering
fn cmp(&self, other: &TsConfigInclude) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TsConfigInclude
impl PartialEq for TsConfigInclude
Source§impl PartialOrd for TsConfigInclude
impl PartialOrd for TsConfigInclude
impl Eq for TsConfigInclude
impl StructuralPartialEq for TsConfigInclude
Auto Trait Implementations§
impl Freeze for TsConfigInclude
impl RefUnwindSafe for TsConfigInclude
impl Send for TsConfigInclude
impl Sync for TsConfigInclude
impl Unpin for TsConfigInclude
impl UnsafeUnpin for TsConfigInclude
impl UnwindSafe for TsConfigInclude
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