pub enum SearchWriteAuthority {
WorktreeWrite,
}Variants§
WorktreeWrite
Trait Implementations§
Source§impl Clone for SearchWriteAuthority
impl Clone for SearchWriteAuthority
Source§fn clone(&self) -> SearchWriteAuthority
fn clone(&self) -> SearchWriteAuthority
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 moreimpl Copy for SearchWriteAuthority
Source§impl Debug for SearchWriteAuthority
impl Debug for SearchWriteAuthority
Source§impl Default for SearchWriteAuthority
impl Default for SearchWriteAuthority
Source§fn default() -> SearchWriteAuthority
fn default() -> SearchWriteAuthority
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SearchWriteAuthority
impl<'de> Deserialize<'de> for SearchWriteAuthority
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 SearchWriteAuthority
Source§impl PartialEq for SearchWriteAuthority
impl PartialEq for SearchWriteAuthority
Source§impl Serialize for SearchWriteAuthority
impl Serialize for SearchWriteAuthority
impl StructuralPartialEq for SearchWriteAuthority
Auto Trait Implementations§
impl Freeze for SearchWriteAuthority
impl RefUnwindSafe for SearchWriteAuthority
impl Send for SearchWriteAuthority
impl Sync for SearchWriteAuthority
impl Unpin for SearchWriteAuthority
impl UnsafeUnpin for SearchWriteAuthority
impl UnwindSafe for SearchWriteAuthority
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