pub struct TelepathyState {
pub logs: Logs,
pub sets: Sets,
}Fields§
§logs: Logs§sets: SetsTrait Implementations§
Source§impl Default for TelepathyState
impl Default for TelepathyState
Source§fn default() -> TelepathyState
fn default() -> TelepathyState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TelepathyState
impl !RefUnwindSafe for TelepathyState
impl Send for TelepathyState
impl !Sync for TelepathyState
impl Unpin for TelepathyState
impl !UnwindSafe for TelepathyState
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