pub enum ConfigContextOwner {
NestedGitRepository {
id: Option<Uuid>,
url: Option<String>,
},
}Variants§
Trait Implementations§
Source§impl Clone for ConfigContextOwner
impl Clone for ConfigContextOwner
Source§fn clone(&self) -> ConfigContextOwner
fn clone(&self) -> ConfigContextOwner
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 ConfigContextOwner
impl Debug for ConfigContextOwner
Source§impl<'de> Deserialize<'de> for ConfigContextOwner
impl<'de> Deserialize<'de> for ConfigContextOwner
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 ConfigContextOwner
impl PartialEq for ConfigContextOwner
Source§impl Serialize for ConfigContextOwner
impl Serialize for ConfigContextOwner
impl StructuralPartialEq for ConfigContextOwner
Auto Trait Implementations§
impl Freeze for ConfigContextOwner
impl RefUnwindSafe for ConfigContextOwner
impl Send for ConfigContextOwner
impl Sync for ConfigContextOwner
impl Unpin for ConfigContextOwner
impl UnsafeUnpin for ConfigContextOwner
impl UnwindSafe for ConfigContextOwner
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