pub struct BlfCallerInfo {
pub name: String,
pub number: String,
}Expand description
Caller information that policy has permitted a monitored station to see.
Fields§
§name: String§number: StringImplementations§
Trait Implementations§
Source§impl Clone for BlfCallerInfo
impl Clone for BlfCallerInfo
Source§fn clone(&self) -> BlfCallerInfo
fn clone(&self) -> BlfCallerInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BlfCallerInfo
impl Debug for BlfCallerInfo
Source§impl Default for BlfCallerInfo
impl Default for BlfCallerInfo
Source§fn default() -> BlfCallerInfo
fn default() -> BlfCallerInfo
Returns the “default value” for a type. Read more
impl Eq for BlfCallerInfo
Source§impl PartialEq for BlfCallerInfo
impl PartialEq for BlfCallerInfo
impl StructuralPartialEq for BlfCallerInfo
Auto Trait Implementations§
impl Freeze for BlfCallerInfo
impl RefUnwindSafe for BlfCallerInfo
impl Send for BlfCallerInfo
impl Sync for BlfCallerInfo
impl Unpin for BlfCallerInfo
impl UnsafeUnpin for BlfCallerInfo
impl UnwindSafe for BlfCallerInfo
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