Trait ts_bookkeeping::data::exts::M2BRenameFileExt[][src]

pub trait M2BRenameFileExt<'a> {
    fn set_to_channel(self, to_channel: ChannelId) -> Self;
fn set_to_channel_password(self, to_channel_password: &'a str) -> Self; }

Required methods

fn set_to_channel(self, to_channel: ChannelId) -> Self[src]

fn set_to_channel_password(self, to_channel_password: &'a str) -> Self[src]

Loading content...

Implementors

impl<'a> M2BRenameFileExt<'a> for OutRenameFilePart<'a>[src]

fn set_to_channel(self, to_channel: ChannelId) -> Self[src]

fn set_to_channel_password(self, to_channel_password: &'a str) -> Self[src]

Loading content...