pub struct BasePlugin {
pub authority: BaseAuthority,
pub offset: Option<u64>,
}
Fields§
§offset: Option<u64>
Trait Implementations§
Source§impl Clone for BasePlugin
impl Clone for BasePlugin
Source§fn clone(&self) -> BasePlugin
fn clone(&self) -> BasePlugin
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 BasePlugin
impl Debug for BasePlugin
Source§impl PartialEq for BasePlugin
impl PartialEq for BasePlugin
impl Copy for BasePlugin
impl Eq for BasePlugin
impl StructuralPartialEq for BasePlugin
Auto Trait Implementations§
impl Freeze for BasePlugin
impl RefUnwindSafe for BasePlugin
impl Send for BasePlugin
impl Sync for BasePlugin
impl Unpin for BasePlugin
impl UnwindSafe for BasePlugin
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