Trait tsclientlib::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]

pub fn set_to_channel(self, to_channel: ChannelId) -> OutRenameFilePart<'a>[src]

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

Loading content...