pub struct UpdateWithNameStore<'a> {
pub sync: Update,
pub namestore: NameStore<'a>,
}Fields§
§sync: Update§namestore: NameStore<'a>Implementations§
Trait Implementations§
Source§impl<'a> Debug for UpdateWithNameStore<'a>
impl<'a> Debug for UpdateWithNameStore<'a>
Source§impl<'a> ToXml for UpdateWithNameStore<'a>
impl<'a> ToXml for UpdateWithNameStore<'a>
impl Transaction<UpdateWithNameStore<'_>> for DomainUpdate<'_>
Auto Trait Implementations§
impl<'a> Freeze for UpdateWithNameStore<'a>
impl<'a> RefUnwindSafe for UpdateWithNameStore<'a>
impl<'a> Send for UpdateWithNameStore<'a>
impl<'a> Sync for UpdateWithNameStore<'a>
impl<'a> Unpin for UpdateWithNameStore<'a>
impl<'a> UnwindSafe for UpdateWithNameStore<'a>
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