pub struct JournalProperty {
pub no: Option<Box<Expression>>,
pub dual: Option<Box<Expression>>,
pub before: Option<Box<Expression>>,
pub local: Option<Box<Expression>>,
pub after: Option<Box<Expression>>,
}Expand description
JournalProperty
Fields§
§no: Option<Box<Expression>>§dual: Option<Box<Expression>>§before: Option<Box<Expression>>§local: Option<Box<Expression>>§after: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for JournalProperty
impl Clone for JournalProperty
Source§fn clone(&self) -> JournalProperty
fn clone(&self) -> JournalProperty
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 JournalProperty
impl Debug for JournalProperty
Source§impl<'de> Deserialize<'de> for JournalProperty
impl<'de> Deserialize<'de> for JournalProperty
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 JournalProperty
impl PartialEq for JournalProperty
Source§impl Serialize for JournalProperty
impl Serialize for JournalProperty
impl StructuralPartialEq for JournalProperty
Auto Trait Implementations§
impl Freeze for JournalProperty
impl RefUnwindSafe for JournalProperty
impl Send for JournalProperty
impl Sync for JournalProperty
impl Unpin for JournalProperty
impl UnwindSafe for JournalProperty
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