pub enum ZoneSource {
Auto,
Manual,
}Expand description
剛域長の出所。Auto は再算定で上書きされる、Manual は保護される(設計書 §6.2.1)。
Variants§
Trait Implementations§
Source§impl Clone for ZoneSource
impl Clone for ZoneSource
Source§fn clone(&self) -> ZoneSource
fn clone(&self) -> ZoneSource
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 ZoneSource
Source§impl Debug for ZoneSource
impl Debug for ZoneSource
Source§impl<'de> Deserialize<'de> for ZoneSource
impl<'de> Deserialize<'de> for ZoneSource
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 ZoneSource
Source§impl PartialEq for ZoneSource
impl PartialEq for ZoneSource
Source§fn eq(&self, other: &ZoneSource) -> bool
fn eq(&self, other: &ZoneSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ZoneSource
impl Serialize for ZoneSource
impl StructuralPartialEq for ZoneSource
Auto Trait Implementations§
impl Freeze for ZoneSource
impl RefUnwindSafe for ZoneSource
impl Send for ZoneSource
impl Sync for ZoneSource
impl Unpin for ZoneSource
impl UnsafeUnpin for ZoneSource
impl UnwindSafe for ZoneSource
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