pub struct FBType<'a> { /* private fields */ }
Expand description
FBTYPE
Parameter
Implementations§
Source§impl FBType<'_>
impl FBType<'_>
Sourcepub const BUSY: Self
pub const BUSY: Self
The time interval is busy because one or more events have been scheduled for that interval (default value).
Sourcepub const BUSY_UNAVAILABLE: Self
pub const BUSY_UNAVAILABLE: Self
The time interval is busy and the interval cannot be scheduled.
Sourcepub const BUSY_TENTATIVE: Self
pub const BUSY_TENTATIVE: Self
The time interval is busy because one or more events have been tentatively scheduled for that interval.
Trait Implementations§
Source§impl<'a> Ord for FBType<'a>
impl<'a> Ord for FBType<'a>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialOrd for FBType<'a>
impl<'a> PartialOrd for FBType<'a>
impl<'a> Eq for FBType<'a>
impl<'a> StructuralPartialEq for FBType<'a>
Auto Trait Implementations§
impl<'a> Freeze for FBType<'a>
impl<'a> RefUnwindSafe for FBType<'a>
impl<'a> Send for FBType<'a>
impl<'a> Sync for FBType<'a>
impl<'a> Unpin for FBType<'a>
impl<'a> UnwindSafe for FBType<'a>
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