# if i have a &Box<ChannelCreate> im doing (&(*channel).0) to get a &Channel or (*channel.clone()).0 to get a Channel which are very weird, is there a better way to do these?