pub struct ReflectPgSubscription {Show 18 fields
pub subname: String,
pub subowner: String,
pub subenabled: bool,
pub subbinary: bool,
pub substream: i8,
pub subtwophasestate: i8,
pub subdisableonerr: bool,
pub subpasswordrequired: bool,
pub subrunasowner: bool,
pub subfailover: bool,
pub subconninfo: String,
pub subslotname: Option<String>,
pub subsynccommit: String,
pub subpublications: Vec<String>,
pub suborigin: Option<String>,
pub description: Option<String>,
pub seclabel: Option<String>,
pub seclabel_provider: Option<String>,
}Fields§
§subname: String§subowner: String§subenabled: bool§subbinary: bool§substream: i8§subtwophasestate: i8§subdisableonerr: bool§subpasswordrequired: bool§subrunasowner: bool§subfailover: bool§subconninfo: String§subslotname: Option<String>§subsynccommit: String§subpublications: Vec<String>§suborigin: Option<String>§description: Option<String>§seclabel: Option<String>§seclabel_provider: Option<String>Trait Implementations§
Source§impl Clone for ReflectPgSubscription
impl Clone for ReflectPgSubscription
Source§fn clone(&self) -> ReflectPgSubscription
fn clone(&self) -> ReflectPgSubscription
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 ReflectPgSubscription
impl Debug for ReflectPgSubscription
Source§impl<'a> From<ReflectPgSubscriptionBorrowed<'a>> for ReflectPgSubscription
impl<'a> From<ReflectPgSubscriptionBorrowed<'a>> for ReflectPgSubscription
Source§fn from(_: ReflectPgSubscriptionBorrowed<'a>) -> Self
fn from(_: ReflectPgSubscriptionBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgSubscription
impl PartialEq for ReflectPgSubscription
impl StructuralPartialEq for ReflectPgSubscription
Auto Trait Implementations§
impl Freeze for ReflectPgSubscription
impl RefUnwindSafe for ReflectPgSubscription
impl Send for ReflectPgSubscription
impl Sync for ReflectPgSubscription
impl Unpin for ReflectPgSubscription
impl UnsafeUnpin for ReflectPgSubscription
impl UnwindSafe for ReflectPgSubscription
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