pub enum RepositoryLayout {
Default,
Legacy,
}
Variants§
Trait Implementations§
Source§impl Clone for RepositoryLayout
impl Clone for RepositoryLayout
Source§fn clone(&self) -> RepositoryLayout
fn clone(&self) -> RepositoryLayout
Returns a copy 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 RepositoryLayout
impl Debug for RepositoryLayout
Source§impl<'de> Deserialize<'de> for RepositoryLayout
impl<'de> Deserialize<'de> for RepositoryLayout
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 Display for RepositoryLayout
impl Display for RepositoryLayout
Source§impl FromStr for RepositoryLayout
impl FromStr for RepositoryLayout
Source§impl PartialEq for RepositoryLayout
impl PartialEq for RepositoryLayout
Source§impl PomValue for RepositoryLayout
impl PomValue for RepositoryLayout
fn from_str_for_editor(value: &str) -> Result<Self, InvalidValueError>
fn to_string_for_editor(&self) -> String
fn from_string_for_editor(value: String) -> Result<Self, InvalidValueError>
fn from_element(
element: Element,
document: &Document,
) -> Result<Self, XMLEditorError>where
Self: Sized,
Source§impl Serialize for RepositoryLayout
impl Serialize for RepositoryLayout
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl TryFrom<&str> for RepositoryLayout
impl TryFrom<&str> for RepositoryLayout
impl Copy for RepositoryLayout
impl Eq for RepositoryLayout
impl StructuralPartialEq for RepositoryLayout
Auto Trait Implementations§
impl Freeze for RepositoryLayout
impl RefUnwindSafe for RepositoryLayout
impl Send for RepositoryLayout
impl Sync for RepositoryLayout
impl Unpin for RepositoryLayout
impl UnwindSafe for RepositoryLayout
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