pub struct SyncExtraChannelsPermissions {}Trait Implementations§
Source§impl ExtraChannelsStrategy for SyncExtraChannelsPermissions
impl ExtraChannelsStrategy for SyncExtraChannelsPermissions
fn _type(&self) -> ExtraChannelsStrategyType
fn handle_extra_channel( &self, extra_existing: &ExistingChannel, changes: &mut Vec<ChannelChange>, awaiting_category: Option<&AwaitingCategory>, )
Auto Trait Implementations§
impl Freeze for SyncExtraChannelsPermissions
impl RefUnwindSafe for SyncExtraChannelsPermissions
impl Send for SyncExtraChannelsPermissions
impl Sync for SyncExtraChannelsPermissions
impl Unpin for SyncExtraChannelsPermissions
impl UnwindSafe for SyncExtraChannelsPermissions
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