pub struct OffsetRule {
pub offset: i64,
}Fields§
§offset: i64Trait Implementations§
Source§impl Clone for OffsetRule
impl Clone for OffsetRule
Source§fn clone(&self) -> OffsetRule
fn clone(&self) -> OffsetRule
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 OffsetRule
impl Debug for OffsetRule
impl Copy for OffsetRule
Auto Trait Implementations§
impl Freeze for OffsetRule
impl RefUnwindSafe for OffsetRule
impl Send for OffsetRule
impl Sync for OffsetRule
impl Unpin for OffsetRule
impl UnwindSafe for OffsetRule
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