pub enum StateResVersion {
V1,
V2,
V2_1,
}Expand description
The version of the Matrix State Resolution algorithm to use.
Variants§
Trait Implementations§
Source§impl Clone for StateResVersion
impl Clone for StateResVersion
Source§fn clone(&self) -> StateResVersion
fn clone(&self) -> StateResVersion
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 StateResVersion
Source§impl Debug for StateResVersion
impl Debug for StateResVersion
Source§impl<'de> Deserialize<'de> for StateResVersion
impl<'de> Deserialize<'de> for StateResVersion
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 StateResVersion
Source§impl PartialEq for StateResVersion
impl PartialEq for StateResVersion
Source§impl Serialize for StateResVersion
impl Serialize for StateResVersion
impl StructuralPartialEq for StateResVersion
Auto Trait Implementations§
impl Freeze for StateResVersion
impl RefUnwindSafe for StateResVersion
impl Send for StateResVersion
impl Sync for StateResVersion
impl Unpin for StateResVersion
impl UnsafeUnpin for StateResVersion
impl UnwindSafe for StateResVersion
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