pub struct LocationRef {
pub directory: String,
pub workspace_id: Option<String>,
}Fields§
§directory: String§workspace_id: Option<String>Trait Implementations§
Source§impl Clone for LocationRef
impl Clone for LocationRef
Source§fn clone(&self) -> LocationRef
fn clone(&self) -> LocationRef
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 LocationRef
impl Debug for LocationRef
Source§impl<'de> Deserialize<'de> for LocationRef
impl<'de> Deserialize<'de> for LocationRef
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
Source§impl PartialEq for LocationRef
impl PartialEq for LocationRef
Source§impl Serialize for LocationRef
impl Serialize for LocationRef
impl StructuralPartialEq for LocationRef
Auto Trait Implementations§
impl Freeze for LocationRef
impl RefUnwindSafe for LocationRef
impl Send for LocationRef
impl Sync for LocationRef
impl Unpin for LocationRef
impl UnsafeUnpin for LocationRef
impl UnwindSafe for LocationRef
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