Struct sensitive::string::RefMut [−][src]
pub struct RefMut<'t>(_);
Implementations
impl RefMut<'_>
[src]
impl RefMut<'_>
[src]pub struct RefMut<'t>(_);
impl RefMut<'_>
[src]pub fn as_bytes(&self) -> &[u8]
[src]pub fn as_str(&self) -> &str
[src]pub fn chars(&self) -> Chars<'_>
[src]pub fn reserve(&mut self, capacity: usize)
[src]pub fn reserve_exact(&mut self, capacity: usize)
[src]pub fn push(&mut self, ch: char)
[src]pub fn push_str(&mut self, string: &str)
[src]pub fn pop(&mut self) -> Option<char>
[src]impl<'t> RefUnwindSafe for RefMut<'t>
impl<'t> Send for RefMut<'t>
impl<'t> Sync for RefMut<'t>
impl<'t> Unpin for RefMut<'t>
impl<'t> !UnwindSafe for RefMut<'t>