pub enum RelativePatternBaseUri {
WorkspaceFolder(WorkspaceFolder),
Uri(Uri),
}Variants§
WorkspaceFolder(WorkspaceFolder)
Uri(Uri)
Trait Implementations§
Source§impl Clone for RelativePatternBaseUri
impl Clone for RelativePatternBaseUri
Source§fn clone(&self) -> RelativePatternBaseUri
fn clone(&self) -> RelativePatternBaseUri
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RelativePatternBaseUri
impl Debug for RelativePatternBaseUri
Source§impl<'de> Deserialize<'de> for RelativePatternBaseUri
impl<'de> Deserialize<'de> for RelativePatternBaseUri
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RelativePatternBaseUri
Source§impl From<String> for RelativePatternBaseUri
impl From<String> for RelativePatternBaseUri
Source§impl From<WorkspaceFolder> for RelativePatternBaseUri
impl From<WorkspaceFolder> for RelativePatternBaseUri
Source§fn from(value: WorkspaceFolder) -> Self
fn from(value: WorkspaceFolder) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RelativePatternBaseUri
impl PartialEq for RelativePatternBaseUri
Source§impl Serialize for RelativePatternBaseUri
impl Serialize for RelativePatternBaseUri
impl StructuralPartialEq for RelativePatternBaseUri
Auto Trait Implementations§
impl Freeze for RelativePatternBaseUri
impl RefUnwindSafe for RelativePatternBaseUri
impl Send for RelativePatternBaseUri
impl Sync for RelativePatternBaseUri
impl Unpin for RelativePatternBaseUri
impl UnsafeUnpin for RelativePatternBaseUri
impl UnwindSafe for RelativePatternBaseUri
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