#[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: PublicationActions
Trait Implementations§
Source§impl Clone for Publication
impl Clone for Publication
Source§fn clone(&self) -> Publication
fn clone(&self) -> Publication
Returns a copy 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 Publication
impl Debug for Publication
Source§impl Default for Publication
impl Default for Publication
impl Copy for Publication
Auto Trait Implementations§
impl Freeze for Publication
impl RefUnwindSafe for Publication
impl !Send for Publication
impl !Sync for Publication
impl Unpin 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