#[repr(C)]pub struct Publication {
pub oid: Oid,
pub name: *mut c_char,
pub alltables: bool,
pub pubviaroot: bool,
pub pubactions: PublicationActions,
}Fields§
§oid: Oid§name: *mut c_char§alltables: bool§pubviaroot: bool§pubactions: PublicationActionsTrait Implementations§
Source§impl Clone for Publication
impl Clone for Publication
Source§fn clone(&self) -> Publication
fn clone(&self) -> Publication
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 Publication
Source§impl Debug for Publication
impl Debug for Publication
Auto Trait Implementations§
impl !Send for Publication
impl !Sync for Publication
impl Freeze for Publication
impl RefUnwindSafe for Publication
impl Unpin for Publication
impl UnsafeUnpin for Publication
impl UnwindSafe for Publication
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