pub struct UpdateXIDDocument(/* private fields */);Implementations§
Source§impl UpdateXIDDocument
impl UpdateXIDDocument
pub fn new(new_xid_document: XIDDocument) -> Self
pub fn new_xid_document(&self) -> &XIDDocument
Trait Implementations§
Source§impl Clone for UpdateXIDDocument
impl Clone for UpdateXIDDocument
Source§fn clone(&self) -> UpdateXIDDocument
fn clone(&self) -> UpdateXIDDocument
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 UpdateXIDDocument
impl Debug for UpdateXIDDocument
Source§impl Display for UpdateXIDDocument
impl Display for UpdateXIDDocument
Source§impl From<UpdateXIDDocument> for Expression
impl From<UpdateXIDDocument> for Expression
Source§fn from(value: UpdateXIDDocument) -> Self
fn from(value: UpdateXIDDocument) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UpdateXIDDocument
impl PartialEq for UpdateXIDDocument
Source§impl TryFrom<Expression> for UpdateXIDDocument
impl TryFrom<Expression> for UpdateXIDDocument
impl Eq for UpdateXIDDocument
impl StructuralPartialEq for UpdateXIDDocument
Auto Trait Implementations§
impl Freeze for UpdateXIDDocument
impl RefUnwindSafe for UpdateXIDDocument
impl Send for UpdateXIDDocument
impl Sync for UpdateXIDDocument
impl Unpin for UpdateXIDDocument
impl UnwindSafe for UpdateXIDDocument
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoExpression for T
impl<T> IntoExpression for T
Source§fn into_expression(self) -> Expression
fn into_expression(self) -> Expression
Converts this object into an Expression, consuming it.
Source§fn to_expression(&self) -> Expression
fn to_expression(&self) -> Expression
Creates an Expression from this object, without consuming it.